Searched refs:begp (Results 1 – 2 of 2) sorted by relevance
248 char *op, *begp; in variable_expand_string() local252 begp = p; in variable_expand_string()253 if (handle_function (&op, &begp)) in variable_expand_string()256 p = begp; in variable_expand_string()
1195 const char *begp = argv[0]; in func_if() local1196 const char *endp = begp + strlen (argv[0]) - 1; in func_if()1203 strip_whitespace (&begp, &endp); in func_if()1205 if (begp <= endp) in func_if()1207 char *expansion = expand_argument (begp, endp+1); in func_if()1252 const char *begp = *argv; in func_or() local1253 const char *endp = begp + strlen (*argv) - 1; in func_or()1259 strip_whitespace (&begp, &endp); in func_or()1261 if (begp > endp) in func_or()1264 expansion = expand_argument (begp, endp+1); in func_or()[all …]