Lines Matching refs:INF
88 #define INF 1000
91 S_AT, dolet, 0, INF,
92 S_alias, doalias, 0, INF,
96 S_bg, dobg, 0, INF,
108 S_echo, doecho, 0, INF,
109 S_else, doelse, 0, INF,
113 S_eval, doeval, 0, INF,
114 S_exec, execash, 1, INF,
115 S_exit, doexit, 0, INF,
116 S_fg, dofg, 0, INF,
117 S_foreach, doforeach, 3, INF,
121 S_glob, doglob, 0, INF,
127 S_if, doif, 1, INF,
129 S_kill, dokill, 1, INF,
136 S_nice, donice, 0, INF,
137 S_nohup, donohup, 0, INF,
138 S_notify, donotify, 0, INF,
146 S_repeat, dorepeat, 2, INF,
147 S_set, doset, 0, INF,
151 S_stop, dostop, 1, INF,
153 S_switch, doswitch, 1, INF,
154 S_time, dotime, 0, INF,
156 S_unalias, unalias, 1, INF,
158 S_unlimit, dounlimit, 0, INF,
159 S_unset, unset, 1, INF,
160 S_unsetenv, dounsetenv, 1, INF,
162 S_while, dowhile, 1, INF,