OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:optptr
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/sh/
options.h
43
char *
optptr
; /* used by getopts */
member in struct:shparam
65
extern char *
optptr
; /* used by nextopt */
options.c
73
char *
optptr
; /* used by nextopt */
variable
486
optptr
= NULL;
548
* to be processed. Shellparam.
optptr
points to the next character to
567
shellparam.
optptr
= NULL;
572
&shellparam.
optptr
);
687
if ((p =
optptr
) == NULL || *p == '\0') {
712
optptr
= p;
/src/usr.bin/xlint/lint1/
ckgetopt.c
123
const char *
optptr
= strchr(ck.options, opt);
local
124
if (
optptr
!= NULL)
125
ck.remaining[
optptr
- ck.options] = ' ';
Completed in 16 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026