summaryrefslogtreecommitdiff
path: root/static/v10/man3/switch.3
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/v10/man3/switch.3
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/v10/man3/switch.3')
-rw-r--r--static/v10/man3/switch.344
1 files changed, 0 insertions, 44 deletions
diff --git a/static/v10/man3/switch.3 b/static/v10/man3/switch.3
deleted file mode 100644
index c6ccccbc..00000000
--- a/static/v10/man3/switch.3
+++ /dev/null
@@ -1,44 +0,0 @@
-.pa 1
-.he 'SWITCH (III)'3/15/72'SWITCH (III)'
-.ti 0
-NAME switch -- switch on value
-.sp
-.ti 0
-SYNOPSIS (switch value in r0)
-.br
-jsr r5,switch; swtab
-.br
-(not-found return)
-.br
-.li
-...
-.ti -7
-swtab: val1; lab1;
-.br
-.li
-...
-.br
-valn; labn
-.br
-.li
-..; 0
-.sp
-.ti 0
-DESCRIPTION switch______
-compares the value of r0 against each of the val\di\u; if
-a match is found, control is transferred to the corresponding
-lab\di\u (after popping the stack once).
-If no match has been found by the time a null lab\di\u
-occurs, switch______ returns.
-.sp
-.ti 0
-FILES kept in /lib/liba.a
-.sp
-.ti 0
-SEE ALSO --
-.sp
-.ti 0
-DIAGNOSTICS --
-.sp
-.ti 0
-BUGS --