Searched refs:SUB (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/comp/
H A Dregcmp.c34 #define SUB 10 macro
40 unsigned char sub[SUB];
75 unsigned char sub[SUB];
196 char* sub[SUB + 1];
197 regmatch_t match[SUB + 1];
212 if (regexec(&re->re, subject, SUB + 1, match, 0))
/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh328 # { SUB CAT INS TST APP } X { file-sizes }
334 SUB=(
374 for ((S=0; S<${#SUB[@]}; S++))
383 then eval "{ x=${SUB[S].BEG}${INS[I]}${TST[T].CMD}${APP[A]}${SUB[S].END}; print \${#x}; } >\$tmp/out &"
406 err_exit "'x=${SUB[S].BEG}${INS[I]}${cmd}${APP[A]}${SUB[S].END} && print \${#x}' failed -- expected '$exp', got '$got'"
H A Doptions.sh449 # { SUB PAR CMD ADD }
451 SUB=(
468 for ((S=0; S<${#SUB[@]}; S++))
472 do cmd="${SUB[S].BEG}${PAR[P].BEG}${CMD[C]}${PAR[P].END} 2>&1${ADD[A]}${SUB[S].END}"
/ast/src/cmd/html/
H A Dtroff2html.c4788 "SUB", /* OP_sub */

Completed in 23 milliseconds