ispunct.3 (a385e04b4784eb790fde3bb0385c8a2a7e81bc4b) | ispunct.3 (110e1704d33d8632ce8febdd36a0143ca8b2ef0e) |
---|---|
1.\" Copyright (c) 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" the American National Standards Committee X3, on Information 6.\" Processing Systems. 7.\" 8.\" Redistribution and use in source and binary forms, with or without --- 44 unchanged lines hidden (view full) --- 53.Fn ispunct 54function tests for any printing character except for space 55.Pq Ql "\ " 56or a 57character for which 58.Xr isalnum 3 59is true. 60The value of the argument must be representable as an | 1.\" Copyright (c) 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" the American National Standards Committee X3, on Information 6.\" Processing Systems. 7.\" 8.\" Redistribution and use in source and binary forms, with or without --- 44 unchanged lines hidden (view full) --- 53.Fn ispunct 54function tests for any printing character except for space 55.Pq Ql "\ " 56or a 57character for which 58.Xr isalnum 3 59is true. 60The value of the argument must be representable as an |
61.Vt unsigned char | 61.Vt "unsigned char" |
62or the value of 63.Dv EOF . 64.Pp 65In the ASCII character set, this includes the following characters 66(with their numeric values shown in octal): 67.Pp 68.Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ 69.It "\&041\ ``!'' \t042\ ``""'' \t043\ ``#'' \t044\ ``$'' \t045\ ``%''" --- 31 unchanged lines hidden --- | 62or the value of 63.Dv EOF . 64.Pp 65In the ASCII character set, this includes the following characters 66(with their numeric values shown in octal): 67.Pp 68.Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ 69.It "\&041\ ``!'' \t042\ ``""'' \t043\ ``#'' \t044\ ``$'' \t045\ ``%''" --- 31 unchanged lines hidden --- |