Searched refs:ldelim (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dcut.c63 "[D:line-delimeter|output-delimiter]:[ldelim?The line delimiter character for "
98 Delim_t ldelim; member in struct:Cut_s
131 cutinit(int mode, char* str, Delim_t* wdelim, Delim_t* ldelim, size_t reclen) argument
152 cut->ldelim = *ldelim;
153 cut->eob = (ldelim->len == 1) ? ldelim->chr : 0;
352 if (cut->ldelim.len > 1)
353 sfwrite(fdout, cut->ldelim.str, cut->ldelim
580 Delim_t ldelim; local
[all...]
/macosx-10.9.5/bc-21/bc/dc/
H A Dstring.c133 * if ldelim == rdelim, then read until a ldelim char or EOF is reached;
134 * if ldelim != rdelim, then read until a matching rdelim for the
135 * (already eaten) first ldelim is read.
139 dc_readstring DC_DECLARG((fp, ldelim, rdelim))
141 int ldelim DC_DECLSEP
164 else if (c == ldelim)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsmarty.vim27 syn keyword smartyTagName insert if elseif else ldelim rdelim literal

Completed in 194 milliseconds