Searched refs:openquote (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/usr.bin/less/ |
| D | lessecho.c | 34 static char openquote = '"'; variable 201 openquote = *++arg; 204 openquote = lstrtol(++arg, 0, &s); 256 printf("%c%s%c", openquote, arg, closequote);
|
| D | optfunc.c | 40 extern char openquote; 541 openquote = closequote = '\0'; 549 openquote = s[0]; 551 closequote = openquote; 556 buf[0] = openquote;
|
| D | filename.c | 59 extern char openquote; 74 if (*str == openquote) 165 if (*p == openquote || *p == closequote) 200 snprintf(newstr, len, "%c%s%c", openquote, s, closequote); 777 snprintf(cmd, len, "%s -p0x%x -d0x%x -e%s ", lessecho, openquote,
|
| D | cmdbuf.c | 46 public char openquote = '"'; variable 799 if (*p == openquote) in delimit_word() 853 if (*word != openquote) in init_compl()
|
| D | edit.c | 29 extern char openquote; 82 if (*s == openquote)
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlpodspec.pod | 727 (distinct from an openquote character!), nor "--" into anything but
|