Lines Matching refs:INF
86 #define INF 1000 macro
89 S_AT, dolet, 0, INF,
90 S_alias, doalias, 0, INF,
94 S_bg, dobg, 0, INF,
106 S_echo, doecho, 0, INF,
107 S_else, doelse, 0, INF,
111 S_eval, doeval, 0, INF,
112 S_exec, execash, 1, INF,
113 S_exit, doexit, 0, INF,
114 S_fg, dofg, 0, INF,
115 S_foreach, doforeach, 3, INF,
119 S_glob, doglob, 0, INF,
125 S_if, doif, 1, INF,
127 S_kill, dokill, 1, INF,
134 S_nice, donice, 0, INF,
135 S_nohup, donohup, 0, INF,
136 S_notify, donotify, 0, INF,
144 S_repeat, dorepeat, 2, INF,
145 S_set, doset, 0, INF,
149 S_stop, dostop, 1, INF,
151 S_switch, doswitch, 1, INF,
152 S_time, dotime, 0, INF,
154 S_unalias, unalias, 1, INF,
156 S_unlimit, dounlimit, 0, INF,
157 S_unset, unset, 1, INF,
158 S_unsetenv, dounsetenv, 1, INF,
160 S_while, dowhile, 1, INF,