OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartS2L
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
ptyx.h
323
* "
PartS2L
" when more data may follow in the string.
325
#define FullS2L(s,d) (
PartS2L
(s,d) && (*(d) == '\0'))
326
#define
PartS2L
(s,d) (isdigit(CharOf(*(s))) && (d) != (s) && (d) != NULL)
misc.c
3059
if (!
PartS2L
(buf, next) || (color < 0))
4192
if (!
PartS2L
(buf, next) || (which < 0))
4202
if (!
PartS2L
(buf, next) || (value < 0))
main.c
1588
if (
PartS2L
(s, d) && temp > 0) {
Completed in 13 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026