Lines Matching refs:cbuf
248 char *cbuf;
251 cbuf = get_cmdbuf();
252 if (cbuf == NULL)
259 multi_search(cbuf, (int) number, 0);
264 set_filter_pattern(cbuf, search_type);
271 while (*cbuf == '+' || *cbuf == ' ')
272 cbuf++;
275 if (*cbuf == '\0')
278 every_first_cmd = save(cbuf);
281 toggle_option(curropt, opt_lower, cbuf, optflag);
285 match_brac(cbuf[0], cbuf[1], 1, (int) number);
288 match_brac(cbuf[1], cbuf[0], 0, (int) number);
294 edit_list(cbuf);
308 if (*cbuf != '!')
312 shellcmd = fexpand(cbuf);
325 lsystem(pr_expand(cbuf), "#done");
332 (void) pipe_mark(pipec, cbuf);
1230 char *cbuf;
1330 cbuf = get_cmdbuf();
1331 if (cbuf == NULL)
1345 cbuf = tbuf;
1348 action = fcmd_decode(cbuf, &extra);
1929 cbuf = opt_toggle_disallowed(c);
1930 if (cbuf != NULL)
1932 error(cbuf, NULL_PARG);