Searched refs:ELIF (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/vim-55/runtime/syntax/
H A Doccam.vim87 syn region occamCDirective start=/#\(USE\|INCLUDE\|PRAGMA\|DEFINE\|UNDEFINE\|UNDEF\|IF\|ELIF\|ELSE\|ENDIF\|WARNING\|ERROR\|RELAX\)\>/ end=/$/ contains=occamString,occamComment,occamCDString
H A Dfgl.vim41 syn keyword fglKeyword EACH ELIF ELSE ENABLED END ENTRY ERROR ERRORLOG ERR_GET
H A Dnasm.vim275 syn keyword nasmStdDirective ENDIF ELSE ELIF ELSIF IF
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dregress.sh1283 function ELIF # command(s) [note] function
1288 then FATAL line $LINE: no matching IF for ELIF
1455 alias ELIF='LINE=$LINENO; FLUSH; ELIF'
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dparse.y309 %token IF THEN ELSE ELIF FI CASE ESAC FOR SELECT WHILE UNTIL DO DONE FUNCTION
808 elif_clause: ELIF compound_list THEN compound_list
810 | ELIF compound_list THEN compound_list ELSE compound_list
812 | ELIF compound_list THEN compound_list elif_clause
1762 { "elif", ELIF },
3801 case ELIF:
/macosx-10.10/zsh-61/zsh/Src/
H A Dhashtable.c978 {{NULL, "elif", 0}, ELIF},
H A Dlex.c460 case ELIF:
H A Dzsh.h289 ELIF, /* elif */ enumerator in enum:lextok
H A Dparse.c178 * - after that IFs of type IF, ELIF, ELSE, data is offset to next
179 * - each non-HEAD is followed by condition (only IF, ELIF) and body
1170 * if : { ( IF | ELIF ) { SEPER } ( INPAR list OUTPAR | list )
1196 if (!(xtok == IF || xtok == ELIF)) {

Completed in 286 milliseconds